Python Programming

Jan-Philipp Kolb

Fri Aug 28 10:40:22 2015

Why use python

Popularity of Python

pic

Intro to Python

Google python class

Videos

R or Python for data analysis?

alt text

R and python

library(RPyGeo)

Something like Rstudio

-this Python IDE

-ipython notebook

-Video - Intro to ipython notebook

Python

http://rforwork.info/2015/05/28/an-r-enthusiast-goes-pythonic/

http://www.r-bloggers.com/choosing-r-or-python-for-data-analysis-an-infographic/

Webscraping

Code chunk with python

x = 'hello, python world!'
print(x.split(' '))
## ['hello,', 'python', 'world!']

Python and geographics

pic

pic

Web development with django